ObserverBase.OnNext(T) method¶
Defined in
Type: ObserverBaseSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public void OnNext(T value)
Summary: Notifies the observer of a new element in the sequence.
Parameters
| Name | Type | Description |
|---|---|---|
value | T | Next element in the sequence. |